home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / abba_the_fox.swf / scripts / DefineButton2_215 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-07-26  |  345 b   |  18 lines

  1. on(release){
  2.    var ┬º\x01┬º = 146;
  3.    if(eval("\x01") == 146)
  4.    {
  5.       set("\x01",eval("\x01") + 202);
  6.       stopAllSounds();
  7.       _root.gotoAndPlay("game");
  8.    }
  9.    else if(eval("\x01") == 348)
  10.    {
  11.       set("\x01",eval("\x01") - 273);
  12.    }
  13.    else if(eval("\x01") == 75)
  14.    {
  15.       set("\x01",eval("\x01") + 445);
  16.    }
  17. }
  18.